/*styles.css*/
body {
    font-family: Arial, sans-serif;
margin:0;
padding:0;
background: color #f0f0f0;
}

h1{
    background-color: #7f1e20;
    color: #f0f0f0;
    padding: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
}
p{
  font-size: 18px;  
}
h2{
    background-color: grey;
    color: white;
    text-align: center;
    font-size: 30px;
}
h2.especial{
    padding-left: 12cm;
    background-color: grey;
    color: white;
    font-size: 30px;
}
h4{
    font-size: 25px;
    color: rgb(255, 0, 242);
}
ul{
    font-size: 18px;
    color: rgba(255, 0, 242, 0.897);
}